.product-details .product-conte {
  position: relative;
  display: flex;
  padding: 19px 72px 18.5px 19px;
  border-radius: 8px;
  border: 1px solid #006072;
}
.product-details .product-conte .left {
  width: 219px;
  margin-right: 16px;
}
.product-details .product-conte .right {
  flex: 1;
}
.product-details .product-conte .right .title {
  line-height: 30px;
}
.product-details .product-conte .right .product-conte-information {
  display: flex;
}
.product-details .product-conte .right .product-conte-information li {
  margin-bottom: 11px;
  display: flex;
}
.product-details .product-conte .right .product-conte-information li span {
  color: #959595;
  margin-right: 16px;
}
.product-details .product-conte .right .product-conte-information > ul:first-child {
  min-width: 380px;
  margin-right: 64px;
  width: calc((100% - 64px) / 2);
}
.product-details .product-conte .right .product-conte-information > ul:first-child span {
  display: inline-block;
  width: 64px;
  flex-shrink: 0;
}
.product-details .product-conte .right .product-conte-information > ul:first-child span.wauto,
.product-details .product-conte .right .product-conte-information > ul:first-child .adaptive span {
  width: auto;
}
.product-details .product-conte .right .product-conte-information > ul:last-child {
  flex: 1;
}
.product-details .product-conte .right .product-conte-information > ul:last-child span {
  display: inline-block;
  width: 111px;
}
.product-details .product-conte .right button.confirm {
  width: 220px;
  height: 48.46px;
}
.product-details .product-conte .right .modal .sp-scroll {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
  white-space: nowrap; 
  max-width: 631px;
  overscroll-behavior: contain;
}
@media screen and (min-width: 768px) {
  .product-details .product-conte .right .modal .sp-scroll {
    max-width: 1000px;
    overflow-x:auto;
  }
}
.product-details .product-conte .right .modal .modal-content {
  width: 100%;
  padding: 0;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.product-details .product-conte .right .modal .modal-content .price-content{
  width: 900px;
}
.product-details .product-conte .right .modal .modal-content .price-header {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  font-weight: bold;
  line-height: 27px;
  padding: 16.5px;
  border-bottom: 1px solid #E9ECEF;
}
.product-details .product-conte .right .modal .modal-content .price-header .right-close {
  position: relative;
  width: 14px;
  height: 14px;
  cursor: pointer;
}
.product-details .product-conte .right .modal .modal-content .price-header .right-close::after, .product-details .product-conte .right .modal .modal-content .price-header .right-close::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #808080;
}
.product-details .product-conte .right .modal .modal-content .price-header .right-close::before {
  transform: rotate(45deg);
}
.product-details .product-conte .right .modal .modal-content .price-header .right-close::after {
  transform: rotate(-45deg);
}
.product-details .product-conte .right .modal .modal-content .price-header .right-close:hover::after, .product-details .product-conte .right .modal .modal-content .price-header .right-close:hover::before {
  background-color: #343A40;
}
.product-details .product-conte .right .modal .modal-content #priceLineChart {
  width: 817px;
  height: 470px;
  height: 536px;
  margin: 0 auto;
  /* pointer-events: none;
  touch-action: none; */
}
.product-details .product-conte .star {
  position: absolute;
  right: 20px;
  top: 20px;
}
.product-details .narrow {
  margin-bottom: 16px;
}
.product-details .narrow .narrow-title {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  color: #000000;
  padding: 12px 20px 11px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border: 1px solid #DEE2E6;
  border-bottom-color: #FFFFFF;
  background-color: #FFFFFF;
  z-index: 1;
}
.product-details .narrow #detail-filter > ul {
  padding: 20px 0 14px;
  margin-top: -2px;
  border-top: 1px solid #DEE2E6;
  border-bottom: 1px solid #DEE2E6;
}
.product-details .narrow #detail-filter > ul li {
  display: flex;
}
.product-details .narrow #detail-filter > ul li .form-label {
  color: #959595;
  width: 114px;
  flex-shrink: 0;
}
.product-details .narrow #detail-filter > ul li .flex {
  flex-wrap: wrap;
  margin-left: 29px;
}
.product-details .narrow #detail-filter > ul li .check-input {
  margin-right: 24px;
}
.product-details .narrow #detail-filter > ul li .check-input .form-check-label {
  padding-left: 5px;
  margin-left: 0;
  margin-top: 1px;
}
.product-details .narrow #detail-filter > ul li .check-input:last-child {
  margin-right: 0;
}
.product-details .narrow #detail-filter > ul li .form-check {
  margin-bottom: 0.375rem;
}
.product-details .narrow #detail-filter > ul li .radio .check-input .form-check-label {
  padding-left: 3px;
}
.product-details table.shop-main thead tr {
  border: 1px solid #DFE3E6;
  border-bottom: 0;
}
.product-details table.shop-main thead tr th {
  text-align: center;
  padding: 9px 7px 8px;
}
.product-details table.shop-main tbody tr td {
  padding: 0;
  border: 1px solid #DFE3E6;
}
.product-details table.shop-main tbody tr:hover td {
  background-color: transparent;
}
.product-details table.shop-main tbody tr:first-child td {
  border-top: 0;
}
.product-details table.shop-main tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
.product-details table.shop-main .item-img {
  width: 25px;
  margin: 0 auto;
}
.product-details table.shop-main .item-text {
  text-align: center;
}
.product-details table.shop-main .price {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 12px;
  padding: 0 9px 0 14px;
}
.product-details table.shop-main .price.red {
  color: #C82333;
}
.product-details table.shop-main .price .num {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  margin-right: 4px;
  word-break: break-all;
  font-family: "Roboto";
}
.product-details table.shop-main .price .money {
  line-height: 24px;
}
.product-details table.shop-main .condition {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px;
}
.product-details table.shop-main .condition li {
  position: relative;
  width: 45.72%;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 16px;
  letter-spacing: -2px;
  text-align: center;
  padding: 3px 0;
  margin: 2px 8px 2px 0;
  border-radius: 2px;
  background-color: #B0B6BA;
  cursor: default;
}
.product-details table.shop-main .condition li:nth-child(2n) {
  margin-right: 0;
}
.product-details table.shop-main .condition li.green {
  background-color: #17A2B8;
}
.product-details table.shop-main .condition li span {
  position: absolute;
  top: 26px;
  left: 0;
  width: -moz-max-content;
  width: max-content;
  height: max-content;
  font-size: 12px;
  line-height: 16px;
  color: #0C5460;
  letter-spacing: normal;
  padding: 2px 8px 4px;
  border-radius: 2px;
  border: 1px solid #BEE5EB;
  background-color: #D1ECF1;
  display: none;
  transition: 0.7s;
  z-index: 2;
  pointer-events: none;
}
@media (any-hover: hover) {
  .product-details table.shop-main .condition li:hover span {
    display: block;
  }
}
.product-details table.shop-main .buying-method {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 10px;
}
.product-details table.shop-main .buying-method li {
  width: 40px;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 16px;
  text-align: center;
  padding: 3px 0;
  margin: 2px 0;
  border-radius: 2px;
  background-color: #B0B6BA;
}
.product-details table.shop-main .buying-method li.green {
  background-color: #17A2B8;
}
.product-details table.shop-main .shop-info {
  padding: 16px 8px 24px 16px;
}
.product-details table.shop-main .shop-info .top {
  min-height: 31px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.product-details table.shop-main .shop-info .top .left {
  display: flex;
  flex-direction: column;
}
.product-details table.shop-main .shop-info .top .left a {
  text-decoration: unset;
}
.product-details table.shop-main .shop-info .top .left .date {
  font-size: 12px;
  color: #959595;
  /* margin-left: 10px; */
  flex-shrink: 0;
}
.product-details table.shop-main .shop-info .top .left .date span {
  margin-right: 4px;
}
.product-details table.shop-main .shop-info .top .go-shop {
  width: 171px;
  height: 31px;
  font-size: 14px;
  color: #000000;
  border-radius: 4px;
  background-color: #FFC107;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.01s linear ease-in-out;
}
.product-details table.shop-main .shop-info .top .go-shop span{
  display: inline-block;
  height: 20px;
}
.product-details table.shop-main .shop-info .top .go-shop:hover {
  height: 27px;
  background-color: #FECF44;
}
.product-details table.shop-main .shop-info .prompt {
  font-size: 12px;
  color: #000000;
  line-height: 16px;
  padding: 8px 9px 9px 8px;
  border-radius: 4px;
  background-color: #F3F3F3;
}
.product-details table.shop-main .shop-info .shop-list {
  margin-top: 16px;
}
.product-details table.shop-main .shop-info .shop-list li {
  display: flex;
  align-items: center;
  font-size: 12px;
  margin-top: 4px;
}
.product-details table.shop-main .shop-info .shop-list li .tip {
  width: 124px;
  color: #17A2B8;
  line-height: 16px;
  text-align: center;
  padding: 2px 0;
  margin-right: 8px;
  border-radius: 2px;
  border: 1px solid #17A2B8;
  flex-shrink: 0;
}
.product-details table.shop-main .shop-info .shop-list li .text {
  flex: 1;
  width: 100px;
  color: #000000;
}
.product-details nav.pagination-outside {
  margin-top: 20px;
  margin-bottom: 48px;
}
.product-details .assessment-articles {
  display: flex;
  margin-bottom: 77px;
}
.product-details .assessment-articles .assessment-results {
  width: 50%;
}
.product-details .assessment-articles .assessment-results ul > li {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  margin-bottom: 10px;
}
.product-details .assessment-articles .assessment-results ul > li .left {
  width: 89px;
  text-align: center;
  margin-right: 48px;
}
.product-details .assessment-articles .assessment-results ul > li .right {
  flex: 1;
}
.product-details .assessment-articles .assessment-results ul > li:first-child {
  font-weight: bold;
  text-align: center;
  padding: 9px 16px 10px;
  background-color: #F8F8F8;
}
.product-details .assessment-articles .assessment-results ul > li:last-child {
  margin-bottom: 0;
}
.product-details .assessment-articles .feature-articles {
  width: 50%;
  padding-left: 20px;
}
.product-details .assessment-articles .feature-articles ul > li {
  display: flex;
  padding: 16px 7px 16px 13px;
  border-bottom: 1px solid #8588A1;
}
.product-details .assessment-articles .feature-articles ul > li:first-child {
  padding-top: 0;
}
.product-details .assessment-articles .feature-articles ul > li .left-img {
  flex-shrink: 0;
  width: 101px;
  margin-right: 16px;
}
.product-details .assessment-articles .feature-articles ul > li .right-text {
  flex: 1;
  width: calc(100% - 117px);
}
.product-details .assessment-articles .feature-articles ul > li .right-text .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  color: #454545;
  margin-bottom: 7px;
}
.product-details .assessment-articles .feature-articles ul > li .right-text .date {
  font-size: 14px;
  margin-top: 6px;
}
.product-details .advertisement {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 34px 0 -18px;
}
.product-details .advertisement.mb0 {
  margin-bottom: 0;
}
.product-details .advertisement .advertisement-img {
  position: relative;
}
.product-details .advertisement .advertisement-img .tip {
  position: absolute;
  left: 0;
  top: 0;
  height: 28px;
  font-size: 16px;
  padding: 2px 8px;
  color: #17A2B8;
  border-radius: 2px;
  border: 1px solid #17A2B8;
}
.product-details .advertisement .advertisement-img img {
  width: auto;
  max-width: 100%;
  padding-top: 30px;
}
.product-details table.shop-main .shop-info .shop-list li .status{
  flex: 1;
  position: relative;
}
.product-details table.shop-main .shop-info .shop-list li .status .text{
  width: 100%;
  text-align: left;
}
.status .details {
  opacity: 0;
  width: fit-content;
  font-size: 14px;
  padding: 2px 6px;
  position: absolute;
  left: 0;
  top: calc(100% + 4px);
  box-sizing: border-box;
  transition: opacity 0.3s ease;
  text-align: left;
  pointer-events: none;
  z-index: 2;
}
.product-details table.shop-main .shop-info .shop-list li .status:hover .details{
  opacity: 1;
  pointer-events: auto;
}
.status .details.color1 {
  background-color: #F0FFEF;
  border: 2px solid #C3F5C0;
}
@media screen and (max-width: 1279px) {
  .product-details .product-conte .left {
    width: 180px;
  }
  .product-details .product-conte .right .product-conte-information > ul:first-child {
    min-width: 280px;
    margin-right: 45px;
    width: calc((100% - 45px) / 2);
  }
  .product-details .product-conte .right button.confirm {
    width: 180px;
  }
  .product-details .product-conte .right .modal .modal-content {
    width: 100%;
  }
  .product-details .product-conte .right .modal .modal-content .price-content{
    width: min(860px, 100vw - 2px);
  },
  .product-details table.shop-main .condition li {
    width: 76%;
    padding: 2px 0 4px;
    margin: 2px auto !important;
  }
  .product-details table.shop-main .buying-method li {
    padding: 2px 0 4px;
  }
}
@media screen and (max-width: 940px) {
  .product-details .product-conte .right .product-conte-information > ul:first-child {
    min-width: 220px;
    margin-right: 20px;
    width: calc((100% - 20px) / 2);
  }
  .product-details .product-conte .right .product-conte-information > ul:last-child span {
    width: 100px;
  }
  .product-details .product-conte .right .product-conte-information > ul li {
    display: flex;
  }
  .product-details .product-conte .right .product-conte-information > ul li span {
    margin-right: 10px;
  }
  .product-details table.shop-main .shop-info .top {
    flex-direction: column;
    align-items: flex-start;
  }
  .product-details table.shop-main .shop-info .top .dis-pc{
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .product-details table.shop-main .shop-info .top .left {
    margin: 4px 0 0 0;
    flex-direction: column;
    align-items: flex-start; 
  }
  .product-details table.shop-main .shop-info .top .left .date {
    margin: 15px 0;
  }
  .product-details .product-conte .right .modal .modal-content {
    width: 100%;
    margin: 0;
    overflow: hidden;
  }
  .product-details .product-conte .right .modal .modal-content .price-content {
    width: 100%;
    margin: 0;
  }
  .product-details .product-conte .right .modal .modal-content .price-header {
    font-size: 14px;
    line-height: 21px;
    padding: 12px;
  }
  .product-details .product-conte .right .modal .modal-content .price-header .right-close::after,
  .product-details .product-conte .right .modal .modal-content .price-header .right-close::before {
    top: 10px;
  }
  .product-details .product-conte .right .modal .modal-content #priceLineChart {
    width: min(380px, 100vw - 2px);
    height: 376px;
  }
  .product-details .product-conte {
    flex-direction: column;
    padding: 12px 16px;
  }
  .product-details .product-conte .star {
    right: 24px;
    top: 24px;
  }
  .product-details .product-conte .left {
    width: 100%;
    margin-right: 0;
  }
  .product-details .product-conte.products-sp .left {
    width: 95px;
    height: 95px;
    margin-left: 36px;
    margin-right: 16px;
    flex-shrink: 0;
  }
  .product-details .product-conte.products-sp .left img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .product-details .product-conte.products-sp .star {
    right: auto;
    top: 48px;
    left: 16px;
  }
  .product-details .product-conte .right {
    text-align: center;
  }
  .product-details .product-conte .right .product-conte-information {
    flex-direction: column;
    margin: 8px 0 22px;
  }
  .product-details .product-conte .right .product-conte-information > ul:first-child {
    min-width: auto;
    margin-right: 0;
    width: 100%;
  }
  .product-details .product-conte .right .product-conte-information > ul li {
    justify-content: space-between;
    margin-bottom: 8px;
    text-align: left;
    font-size: 12px;
  }
  .product-details .product-conte .right .product-conte-information > ul li span {
    width: 124px !important;
    text-align: left;
  }
  .product-details .product-conte .right .product-conte-information > ul li p{
    flex: 1;
  }
  .product-details .product-conte .right button.confirm {
    width: 156px;
    height: 43px;
    font-size: 14px;
  }
  .product-details .advertisement {
    margin-top: 16px;
  }
  .product-details .advertisement .advertisement-img .tip {
    height: 17px;
    font-size: 7px;
    padding: 0px 8px;
  }
  .product-details .advertisement .advertisement-img img {
    padding-top: 19px;
  }
  .product-details .narrow-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .product-details .narrow-btn .narrow-search {
    font-size: 14px;
    line-height: 19px;
    color: #12A3BF;
    padding: 3px 15px;
    margin-top: 24px;
    border-radius: 2px;
    border: 1px solid #13A3BF;
  }
  .product-details .narrow {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9999;
    height: 100vh;
    overflow-y: auto;
  }
  /* .product-details #detail-filter{
    padding-bottom: 80px;
  } */
  .product-details .narrow .narrow-title {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    padding: 8px 16px;
    border: 0;
    border-radius: 0;
    background-color: #C1E4E8;
  }
  .product-details .narrow #detail-filter > ul {
    padding: 18px 16px 12px;
    margin-top: 0;
    border: 0;
    background-color: #FFFFFF;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  }
  .product-details .narrow #detail-filter > ul li {
    flex-direction: column;
    margin-bottom: 16px;
  }
  .product-details .narrow #detail-filter > ul li .form-label {
    width: auto;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
  }
  .product-details .narrow #detail-filter > ul li .flex {
    margin-left: 0;
  }
  .product-details .narrow #detail-filter > ul li.sp-w100 .flex {
    flex-direction: column !important;
  }
  .product-details .narrow #detail-filter > ul li.sp-w100 .form-check {
    margin-right: 0;
  }
  .product-details .narrow #detail-filter > ul li .form-check {
    align-items: baseline;
    line-height: 21px;
    margin-bottom: 4px;
    margin-right: 24px;
  }
  .product-details .narrow #detail-filter > ul li .check-input .form-check-label {
    font-size: 16px;
    margin-top: 0;
  }
  .product-details .narrow #detail-filter > ul li.search-btn {
    flex-direction: row;
    justify-content: center;
    margin: 20px 0 0;
  }
  .product-details .narrow #detail-filter > ul li.search-btn button {
    width: 146px !important;
  }
  .product-details table.shop-main colgroup,
  .product-details table.shop-main thead {
    display: none;
  }
  .product-details table.shop-main tbody tr {
    display: block;
    margin-top: 28px;
  }
  .product-details table.shop-main tbody tr:first-child {
    margin-top: 0;
  }
  .product-details table.shop-main tbody tr td {
    display: block;
    border: 0;
    width: 100%;
  }
  .product-details table.shop-main tbody tr td.sp-inline {
    display: inline-block;
    width: fit-content;
  }
  .product-details table.shop-main .condition li span {
    display: inline-block;
    max-width: 50vw;
    /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
  }
  .product-details table.shop-main tbody tr td.sp-inline:first-of-type {
    width: 25px;
  }
  .product-details table.shop-main tbody tr td.sp-inline:nth-of-type(2) {
    width: fit-content;
  }
  .product-details table.shop-main tbody tr td.sp-hide {
    display: none;
  }
  .product-details table.shop-main .item-text {
    width: 25px;
    font-size: 16px;
  }
  .product-details table.shop-main .price {
    padding: 0 8px;
  }
  .product-details table.shop-main .condition {
    padding: 0;
  }
  .product-details table.shop-main .condition li {
    display: none;
    width: 62px;
    align-items: center;
    padding: 3px 4px;
    margin: 0 !important;
  }
  .product-details table.shop-main .condition li em {
    width: 11px;
    height: 11px;
    margin-left: 5px;
  }
  .product-details table.shop-main .condition li.show {
    display: flex;
  }
  .product-details table.shop-main .shop-info {
    padding: 14px 0 28px;
    border-bottom: 1px solid #DFE3E6;
  }
  .product-details table.shop-main .shop-info .shop-list li {
    margin-top: 8px;
    flex-direction: column;
    align-items: flex-start;
  }
  .product-details table.shop-main .shop-info .shop-list li .tip {
    margin-right: 0;
    margin-bottom: 4px;
  }
  .product-details table.shop-main .sp-between {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
  }
  .product-details table.shop-main .buying-method li {
    margin: 0;
  }
  .product-details table.shop-main .buying-method li:nth-child(2) {
    margin: 0 4px;
  }
  .product-details table.shop-main .sp-between .go-shop {
    width: 161px;
    height: 31px;
    font-size: 12px;
    color: #000000;
    border-radius: 4px;
    background-color: #FFC107;
  }
  .product-details table.shop-main .buying-method {
    flex-direction: row;
    padding: 0;
  }
  .product-details .assessment-articles {
    flex-direction: column;
  }
  .product-details .assessment-articles .assessment-results {
    width: 100%;
    margin-bottom: 48px;
  }
  .product-details .assessment-articles .assessment-results ul > li:first-child {
    display: none;
  }
  .product-details .assessment-articles .assessment-results ul > li {
    flex-direction: column;
    align-items: flex-start;
    padding: 13px 16px;
    margin-bottom: 0;
    border-bottom: 1px solid #DFE3E6;
  }
  .product-details .assessment-articles .assessment-results ul > li .left {
    width: auto;
    font-weight: bold;
    margin-right: 0;
    margin-bottom: 4px;
  }
  .product-details .assessment-articles .feature-articles {
    width: 100%;
    padding-left: 0;
  }
  .product-details .assessment-articles .feature-articles ul > li:first-child,
  .product-details .assessment-articles .feature-articles ul > li {
    padding: 12px 16px;
    flex-direction: column;
  }
  .product-details .assessment-articles .feature-articles ul > li .left-img {
    display: flex;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .product-details .assessment-articles .feature-articles ul > li .left-img a:first-child {
    flex-shrink: 0;
    margin-right: 8px;
  }
  .product-details .assessment-articles .feature-articles ul > li .left-img img {
    width: 46px;
    height: 37px;
  }
  .product-details .assessment-articles .feature-articles ul > li .left-img a:last-child {
    text-decoration: none;
  }
  .product-details .assessment-articles .feature-articles ul > li .left-img .title {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
  }
  .product-details .assessment-articles .feature-articles ul > li .right-text {
    width: 100%;
  }
  .product-details .assessment-articles .feature-articles ul > li .right-text .date {
    margin-top: 4px;
  }
  .product-details table.shop-main .shop-info .top .left {
    width: 100%;
    /* align-items: center; */
    justify-content: flex-start;
  }
  .product-details table.shop-main .shop-info .top .left .date{
    width: 190px;
    flex-shrink: 0;
  }
  .product-details .product-conte .right .modal .modal-content #priceLineChart {
    pointer-events: auto;
    touch-action: auto;
  }
}
@media screen and (max-width: 320px) {
  .product-details table.shop-main .sp-between .go-shop {
    width: 138px;
  }
}/*# sourceMappingURL=detail.css.map */